home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / qprn102.zip / FIRST.BAT < prev    next >
DOS Batch File  |  1993-04-25  |  470b  |  13 lines

  1. @echo off
  2. REM This batch file is for using QWKPRUNE with 1stReader.
  3. REM
  4. REM Copy it to the directory where 1stReader is located, and rename it
  5. REM $$INTRO.BAT.  Create a file called $$INTRO.DOS in the 1stReader
  6. REM directory, and put "/CLS" (w/o quotes) at the beginning of it.  This
  7. REM will ensure that 1stReader will clear the screen before running
  8. REM $$INTRO.BAT.
  9. REM
  10. REM %2 represents the work directory defined in 1stReader's setup.
  11. REM
  12. qwkprune /m%2
  13.